SchemesDsl

Configures schemes' callbacks.

Constructors

Link copied to clipboard
constructor(builder: EngineOptions.Builder)

Functions

Link copied to clipboard
fun add(scheme: Scheme, callback: InterceptUrlRequestCallback)

Associates the given URL scheme with the callback, so that all URL requests with the given scheme will be intercepted before they are sent out.